home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 33 / Amiga Format AFCD33 (Issue 117, Dec 1998).iso / -seriously_amiga- / archivers / ppcuntgz / ppcuntgz.readme < prev    next >
Text File  |  1998-09-07  |  3KB  |  64 lines

  1. Short: UnTGZ V1.1 (PPC), incl. source
  2. Type: util/arc
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: Pedro A. Aranda Guti, Jean-loup Gailly, Andreas R. Kleinert (port)
  5.  
  6.  untgz.c -- Display contents and/or extract file from
  7.  a gzip'd TAR file
  8.  written by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
  9.  adaptation to Unix by Jean-loup Gailly <jloup@gzip.org>
  10.  adaption to Amiga powerUP (TM) PPC by Andreas R. Kleinert <Andreas_Kleinert@t-online.de>
  11.  
  12.  PPC binary is called "untgz.elf" and useable from Shell
  13.  when being used with ppc.library V46+
  14.  
  15.  Usage : untgz TGZfile            to extract all files
  16.          untgz TGZfile fname ...  to extract selected files
  17.          untgz -l TGZfile         to list archive contents
  18.          untgz -h                 to display this help
  19.  
  20.  
  21.  This archive only does include source and SAS/C makefile for UnTGZ.c
  22.  - for recompilation, you also will need a copy of zlib. the zlib sources
  23.  and binaries are available from various public FTP sites. A listing
  24.  can be found on the zlib homepage under http://www.cdrom.com/pub/infozip/zlib/
  25.  
  26.  This is V1.1 powerUP (TM) port of Unix V0.1 UnTGZ, using zlib 1.1.3
  27.  
  28.  
  29.  
  30.  ARK, 27/Aug/98
  31.  
  32.  
  33.  *************************************************************************************
  34.  *************************************************************************************
  35.  
  36.  Note:
  37.  
  38.   In the past, some guy called "SPH" took most of my free PPC ports
  39.   (those where the sources have been included) and ported them to WOS.
  40.  
  41.   While I've nothing against WOS ports, an other point is very distasteful
  42.   and unfair in my opinion: removing all references to my name and initials
  43.   and simply replacing those with his own, while also removing all references
  44.   to PPC-Lib/ELF and replacing those with WOS references and usually some flames
  45.   or even offenses against the competing kernel and porter - without actually
  46.   rewriting the readme text itself in a major way (for example, if I describe what
  47.   *I* specifically did for the port - and what he didn't have to do a *second* time,
  48.   of course - he does not even remove/change *those* notes and/or give me credit).
  49.  
  50.   This leads to the strange situation, that I hereby have to copyright this
  51.   .readme text, to claim its authorship and forbid changes which aren't
  52.   clearly marked as being changes to the original: While quotes may have
  53.   been derived from other parts of the distribution, the whole .readme as
  54.   such now is (C)opyrighted by Andreas R. Kleinert in 1998.
  55.  
  56.   Copyrights to the other files remain as such. Nevertheless I'd ask anyone
  57.   to give me credit for the changes which I did myself and which of
  58.   course have been labeled/marked/documented as such. Even free software
  59.   lives from respecting the intellectual work and property of others. Thank you.
  60.  
  61.  *************************************************************************************
  62.  *************************************************************************************
  63.  
  64.